Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLLIElement

Extends HTMLElement.

The li element represents a list item. If its parent element is an ol, ul, or menu element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other li element.

Properties
long
value
The value IDL attribute must reflect the value of the value content attribute.